-
Notifications
You must be signed in to change notification settings - Fork 78
Numpy transforms #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numpy transforms #350
Conversation
|
Thank you! Looks good to me. Do we already have tests in place for this functionality? I also see that tests are failing. Is this because the LambdaTransform is still used in the tests? |
# Conflicts: # examples/Linear_Regression_Starter.ipynb
|
@paul-buerkner updated with tests |
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
@stefanradev93 I think the errors that came up in the CI are unrelated. Ready to merge from my side. |
This PR
LambdaTransformNumpyTransformThis allows trivial serialization for the most common applications of the
LambdaTransform.